| Filename | (eval 19)[/home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Exception/Class.pm:180] |
| Statements | Executed 4 statements in 290µs |
| Eval Invoked At | /home/ss5/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/Exception/Class.pm line 180 |
| Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8 |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 44µs | 398µs | Iterator::X::OptionError::BEGIN@3 |
| 0 | 0 | 0 | 0s | 0s | Iterator::X::OptionError::Fields |
| 0 | 0 | 0 | 0s | 0s | Iterator::X::OptionError::description |
| 0 | 0 | 0 | 0s | 0s | Iterator::X::OptionError::name |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | package Iterator::X::OptionError; | ||||
| 2 | |||||
| 3 | 2 | 281µs | 2 | 752µs | # spent 398µs (44+354) within Iterator::X::OptionError::BEGIN@3 which was called:
# once (44µs+354µs) by Exception::Class::_make_subclass at line 3 # spent 398µs making 1 call to Iterator::X::OptionError::BEGIN@3
# spent 354µs making 1 call to base::import |
| 4 | |||||
| 5 | 1 | 2µs | our $VERSION = '1.1'; | ||
| 6 | |||||
| 7 | 1 | 8µs | 1; | ||
| 8 | |||||
| 9 | sub description | ||||
| 10 | { | ||||
| 11 | return 'A bad option was passed to an iterator method or function'; | ||||
| 12 | } | ||||
| 13 | sub Fields { return ($_[0]->SUPER::Fields, 'name') } | ||||
| 14 | |||||
| 15 | sub name { $_[0]->{name} } | ||||
| 16 | |||||
| 17 | ; |